projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff79fdf
)
(Fx_popup_menu): Initialize selection.
author
Andreas Schwab
<schwab@suse.de>
Sun, 19 Nov 2006 01:24:41 +0000
(
01:24
+0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 19 Nov 2006 01:24:41 +0000
(
01:24
+0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 037422abde1cd381ef9a26fca8becb8b3b72f125..80565f387b860c3fe332ae66a9be54070f9ebb43 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-822,7
+822,7
@@
no quit occurs and `x-popup-menu' returns nil. */)
int xpos = 0, ypos = 0;
Lisp_Object title;
char *error_name = NULL;
- Lisp_Object selection;
+ Lisp_Object selection
= Qnil
;
FRAME_PTR f = NULL;
Lisp_Object x, y, window;
int keymaps = 0;